TensorFlow Lite Web API
tfjs/tfjs-tflite at master · tensorflow/tfjs
XNNPackを利用
WebAssembly SIMDとWebAssembly threadsを活用
Starting from Chrome 92, cross-origin isolation needs to be set up in your site in order to take advantage of the multi-threading support. Without this, it will fallback to the WASM binary with SIMD-only support (or the vanila version if SIMD is not enabled). Without multi-threading support, certain models might not achieve the best performance. See here for the high-level steps to set up the cross-origin isolation.